home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / OpenLink / _install / install.sh.bk < prev    next >
Text File  |  1997-02-26  |  358b  |  17 lines

  1. #! /bin/sh
  2.  
  3.  
  4. # currently company dir is manually placed-should change
  5.  
  6. COMPANY_DIR=$PRODUCT_DIR/OpenLink
  7. export COMPANY_DIR
  8.  
  9.  
  10. netscape -remote 'openURL('"$COMPANY_DIR/index.html#install, new-window)' 
  11.  
  12.  
  13.  
  14. #$OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Starting Slide Show" -Wx extra_large -Ww 46 -Wh 15 -Wp 400 400 $COMPANY_DIR/_install/install_show
  15.  
  16. exit 0
  17.